home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
001-100
/
001-025
/
004
/
bgrep
/
poster
< prev
next >
Wrap
Text File
|
1995-03-17
|
974b
|
30 lines
Article 89 of mod.sources:
ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
Posting-Version: version B 2.10.2 9/3/84; site genrad.UUCP
Path: unisoft!dual!vecpyr!lll-crg!gymble!umcp-cs!seismo!harvard!talcott!panda!genrad!sources-request
From: sources-request@genrad.UUCP
Newsgroups: mod.sources
Subject: Boyer-Moore based fgrep like program
Message-ID: <933@genrad.UUCP>
Date: 3 Jul 85 14:24:55 GMT
Date-Received: 5 Jul 85 23:21:34 GMT
Sender: john@genrad.UUCP
Lines: 581
Approved: john@genrad.UUCP
Mod.sources: Volume 2, Issue 3
Submitted by: Arnold Robbins <linus!gatech!arnold>
The following program may be of some use to people out there. In the usual
case of looking for a single string, it is 10% to 20% faster than fgrep.
There is no makefile, since everything is in a single source file. Just
compile with "cc -O bgrep.c -o bgrep".
Enjoy,
Arnold Robbins
arnold@gatech.{UUCP, CSNET}
-------------- cut here ------------------------